build: Use the correct path to the header of the wayland and x11 backends
authorCorentin Noël <corentin.noel@collabora.com>
Thu, 3 Dec 2020 09:02:03 +0000 (10:02 +0100)
committerCorentin Noël <corentin.noel@collabora.com>
Thu, 3 Dec 2020 09:02:03 +0000 (10:02 +0100)
gtk/meson.build

index f4539ca95d88b420854c49d5d9f7bfb752871d9e..ffadb282670017d68295d3247d53ffed7049f596 100644 (file)
@@ -1159,7 +1159,7 @@ if build_gir
                                      includes: [ gdk_gir[0], 'xlib-2.0', ],
                                      install: true,
                                      dependencies: gdk_gir_dep,
-                                     header: 'gdk/gdkx.h',
+                                     header: 'gdk/x11/gdkx.h',
                                      extra_args: gir_args,
     )
     gtk_dep_sources += gdk_x11_gir
@@ -1176,7 +1176,7 @@ if build_gir
                                          includes: [ gdk_gir[0], ],
                                          install: true,
                                          dependencies: gdk_gir_dep,
-                                         header: 'gdk/gdkwayland.h',
+                                         header: 'gdk/wayland/gdkwayland.h',
                                          extra_args: gir_args,
     )
     gtk_dep_sources += gdk_wayland_gir